* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  min-width: 300px !important;
  position: relative;
}

h1, h2, h3, h4, h5, h6, p, hr {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

.zsiq_float .zsiq_flt_rel {
  background: #CAD400 !important;
}

.zsiq_float .zsiq_flt_rel .siqico-chat::before {
  color: #3C3C3C !important;
}

.activeBurguer {
  color: #CAD400 !important;
  font-weight: bold !important;
  cursor: default !important;
}

.nekiSongBanner {
  max-width: 100%;
  height: 600px;
  margin: 80px 0 0 0;
  padding: 80px 0;
  background-image: url("../../img/NekiSong/banner-neki-song.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.nekiSongBanner .logoBanner {
  margin-bottom: 40px;
}

.nekiSongBanner .logoBanner img {
  max-width: 250px !important;
}

.nekiSongBanner .bannerClaim {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.nekiSongBanner .bannerDesc {
  font-size: 1.3em;
  font-weight: 300;
  margin-bottom: 40px;
}

.nekiSongBanner .bold {
  font-weight: bold;
}

.nekiSongBanner .saberMas {
  display: inline-block;
  border-radius: 5px;
  background: #cad400;
  padding: 20px 50px;
  margin-right: 10px;
  -webkit-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
  color: #3c3c3c;
  font-weight: normal;
}

.nekiSongBanner .saberMas:hover {
  background: #3c3c3c;
  color: white;
}

main .tituloSeccionI {
  font-family: "Roboto Slab", serif;
  font-size: 1.8em;
  font-weight: regular;
  line-height: 1;
  text-align: left;
  color: #CAD400;
  margin-bottom: 20px;
}

main .tituloSeccionII {
  font-family: "Roboto Slab", serif;
  font-size: 1.8em;
  font-weight: regular;
  line-height: 1;
  text-align: center;
  color: #CAD400;
  margin-bottom: 20px;
}

main .texto {
  font-size: 1.1em;
  font-weight: 300;
}

main .texto a {
  text-decoration: underline !important;
}

main .verde {
  color: #CAD400;
}

main .bold {
  font-weight: bold;
}

main hr {
  width: 200px;
  height: 1px;
  background: #CAD400;
  margin-bottom: 25px;
}

main section {
  padding: 80px 0;
}

main .infoNekiSong {
  background: #f5f5f5;
  background-image: url("../../img/NekiSong/info-neki-song.jpg");
  background-size: cover;
  background-position: right top;
}

main .infoNekiSong h2,
main .infoNekiSong .texto {
  color: #3C3C3C;
}

main .infoNekiSong hr {
  background: #3C3C3C;
}

main .caracteristicas {
  color: #3C3C3C;
}

main .caracteristicas hr {
  margin: auto;
}

main .caracteristicas .caracteristica {
  margin-top: 60px;
  text-align: left;
}

main .caracteristicas .caracteristica .funcion {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 10px;
}

main .caracteristicas .caracteristica .funcion i {
  font-size: 1em;
  margin-right: 10px;
  color: #CAD400;
}

main .caracteristicas .caracteristica a {
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

main .caracteristicas .caracteristica a:hover {
  color: #3C3C3C;
}

main .caracteristicas .caracteristica .aclaracion {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}

main .verNekiSong {
  background: #f5f5f5;
  padding: 40px 0 !important;
}

main .verNekiSong hr {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

main .verNekiSong .youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  background: #000;
  margin: 5px;
  z-index: 1 !important;
}

main .verNekiSong .youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: 0 0;
}

main .verNekiSong .youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  transition: .4s all;
}

main .verNekiSong .youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

main .verNekiSong .youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url(https://i.imgur.com/TxzC70f.png) no-repeat;
  cursor: pointer;
}

main .verNekiSong .ejemplo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .verNekiSong .ejemplo figure {
  width: 100%;
  padding: 0;
  text-align: center;
}

main .verNekiSong .ejemplo figure img {
  width: 100%;
}

main .verNekiSong .ejemplo .texto {
  margin-bottom: 20px;
  text-align: center;
}

main .verNekiSong .ejemplo .verBtn {
  display: inline-block;
  width: 100%;
  max-height: 54px;
  text-align: center;
  padding: 15px 40px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #CAD400;
  color: #3C3C3C;
}

main .verNekiSong .ejemplo .verBtn:hover {
  background: #3C3C3C;
  color: #CAD400;
}

main .planes hr {
  margin-left: auto;
  margin-right: auto;
}

main .planes .texto {
  margin-bottom: 40px;
  text-align: center;
}

main .planes .opcionCompra figure {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

main .planes .opcionCompra figure img {
  max-width: 250px;
}

main .planes .opcionCompra .opcionBtn {
  display: inline-block;
  width: 100%;
  max-height: 54px;
  text-align: center;
  padding: 15px 40px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #CAD400;
  color: #3C3C3C;
}

main .planes .opcionCompra .opcionBtn i {
  display: inline-block;
  margin-right: 5px;
}

main .planes .opcionCompra .opcionBtn:hover {
  background: #3C3C3C;
  color: #CAD400;
}

main .cancionGratis {
  background: white;
}

main .cancionGratis hr {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}

main .cancionGratis .pasosGratis {
  margin-bottom: 30px;
}

main .cancionGratis .pasosGratis article {
  text-align: center;
}

main .cancionGratis .pasosGratis article i {
  display: block;
  text-align: center;
  font-size: 4em;
  margin-bottom: 20px;
}

main .cancionGratis .btnGratis {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  background: #CAD400;
  color: #3C3C3C;
  font-weight: bold;
  padding: 15px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

main .cancionGratis .btnGratis:hover {
  background: #3C3C3C;
  color: #CAD400;
}

main .contacto {
  background-image: url("../../img/NekiSong/contacto-neki-song.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

main .contacto hr {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}

main .contacto .texto {
  text-align: center;
}

main .contacto .contactoEnlace {
  display: block;
  margin-bottom: 10px;
}

main .contacto .contactoEnlace:hover a {
  color: #CAD400;
}

main .contacto .contactoEnlace a {
  -webkit-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
  color: #3C3C3C;
  text-decoration: none;
}

main .contacto .contactoEnlace a i {
  display: inline-block;
  margin-right: 5px;
}

main .singerfy {
  background-image: url("../../img/NekiSong/background-singerfy.jpg");
  background-size: cover;
  background-position: right center;
}

main .singerfy hr {
  margin-left: 15px;
  margin-bottom: 40px;
}

main .singerfy figure {
  margin-bottom: 40px;
}

main .singerfy figure img {
  max-width: 450px;
}

main .singerfy .texto {
  margin-bottom: 25px;
}

main .singerfy .texto:last-of-type {
  margin-bottom: 0;
}

main .singerfy .texto a {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

main .singerfy .texto a:hover {
  color: #3C3C3C;
}

@media all and (max-width: 1200px) {
  header.menuFijo .menuEnlaces .enlace {
    font-size: 14px !important;
    margin-right: 15px !important;
  }
  header.menuFijo .logoMenu {
    width: 60px;
    margin-right: 5px;
  }
  .nekiSongBanner {
    padding: 40px 0;
    background-position: 75% top;
    height: 500px;
  }
  .nekiSongBanner .elementosBanner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .nekiSongBanner .elementosBanner .row {
    width: 100%;
  }
}

@media all and (max-width: 992px) {
  header.menuFijo .logoMenu {
    width: 100px;
    margin-right: 15px;
  }
  .nekiSongBanner {
    height: auto;
    padding-bottom: 80px;
  }
  .nekiSongBanner .contenido {
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    padding: 30px;
  }
  .nekiSongBanner .contenido .logoBanner {
    text-align: center;
  }
  .nekiSongBanner .contenido .logoBanner img {
    max-width: 250px !important;
  }
  .nekiSongBanner .contenido .saberMas {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
  main .infoNekiSong {
    background-position: 80% center;
  }
  main .verNekiSong .enlace .verBtn {
    max-width: 100%;
    width: 100%;
  }
  main .planes .opcionCompra {
    margin-bottom: 50px;
  }
  main .planes .opcionCompra:last-of-type {
    margin-bottom: 0;
  }
  main .contacto {
    background-position: 75% center;
  }
  main .singerfy {
    text-align: center;
  }
  main .singerfy h2 {
    text-align: center;
  }
  main .singerfy hr {
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (max-width: 768px) {
  .nekiSongBanner .contenido .saberMas {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
  main .infoNekiSong {
    background-position: 80% center;
    text-align: center;
  }
  main .infoNekiSong .tituloSeccionI {
    text-align: center;
  }
  main .infoNekiSong hr {
    margin: 0 auto 25px auto;
  }
  main .infoNekiSong .container {
    padding: 10px;
    background: rgba(202, 212, 0, 0.7);
  }
  main .caracteristicas .caracteristica {
    text-align: center;
  }
  main .verNekiSong .enlace h2 {
    text-align: center;
  }
  main .verNekiSong .ejemplo {
    margin-bottom: 60px;
  }
  main .verNekiSong .ejemplo:last-of-type {
    margin-bottom: 0;
  }
  main .cancionGratis .pasosGratis article {
    margin-bottom: 40px;
  }
  main .contacto {
    text-align: center;
  }
}

@media all and (max-width: 576px) {
  .nekiSongBanner {
    padding-left: 30px;
    padding-right: 30px;
    height: auto;
  }
  .nekiSongBanner .imgResponsive img {
    max-width: 100% !important;
  }
  .nekiSongBanner .contenido .logoBanner img {
    max-width: 200px !important;
  }
  .nekiSongBanner .contenido .elementosBanner {
    text-align: center;
  }
  .nekiSongBanner .contenido .elementosBanner .bannerSlogan {
    font-size: 40px;
  }
  .nekiSongBanner .contenido .elementosBanner .bannerClaim {
    font-size: 30px;
  }
  .nekiSongBanner .contenido .saberMas {
    display: block;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  main .infoSenior {
    text-align: center;
  }
  main .infoSenior .tituloSeccionI {
    text-align: center;
  }
  main .infoSenior hr {
    margin: 0 auto 25px auto;
  }
  main .caracteristicas {
    padding-left: 30px;
    padding-right: 30px;
  }
  main .caracteristicas .caracteristica {
    text-align: center;
  }
  main .singerfy {
    background: white;
  }
  main .singerfy figure img {
    width: 100%;
    max-width: 90%;
  }
}
/*# sourceMappingURL=19 neki song.css.map */